home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / share / 02 / SETUP.EXE / {app} / acadm.exe / 0 / RCDATA / TNAGFORM / TNAGFORM.txt
Text File  |  2001-04-16  |  4KB  |  178 lines

  1. object NagForm: TNagForm
  2.   Left = 353
  3.   Top = 366
  4.   BorderStyle = bsDialog
  5.   Caption = 'Information'
  6.   ClientHeight = 244
  7.   ClientWidth = 463
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 214
  22.     Width = 463
  23.     Height = 30
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object BitBtn1: TBitBtn
  28.       Left = 8
  29.       Top = 0
  30.       Width = 90
  31.       Height = 28
  32.       Caption = '&Close'
  33.       Default = True
  34.       ModalResult = 1
  35.       TabOrder = 0
  36.       OnClick = BitBtn1Click
  37.       NumGlyphs = 2
  38.     end
  39.   end
  40.   object Panel2: TPanel
  41.     Left = 0
  42.     Top = 0
  43.     Width = 463
  44.     Height = 214
  45.     Align = alClient
  46.     BevelOuter = bvNone
  47.     TabOrder = 1
  48.     object H1: TLabel
  49.       Left = 8
  50.       Top = 8
  51.       Width = 55
  52.       Height = 19
  53.       Caption = 'Warning'
  54.       Font.Charset = EASTEUROPE_CHARSET
  55.       Font.Color = clBlue
  56.       Font.Height = -16
  57.       Font.Name = 'Times New Roman'
  58.       Font.Style = [fsItalic]
  59.       ParentFont = False
  60.     end
  61.     object H2: TLabel
  62.       Left = 8
  63.       Top = 28
  64.       Width = 44
  65.       Height = 19
  66.       Caption = 'Should'
  67.       Font.Charset = EASTEUROPE_CHARSET
  68.       Font.Color = clBlue
  69.       Font.Height = -16
  70.       Font.Name = 'Times New Roman'
  71.       Font.Style = [fsItalic]
  72.       ParentFont = False
  73.     end
  74.     object Label3: TLabel
  75.       Left = 8
  76.       Top = 48
  77.       Width = 200
  78.       Height = 19
  79.       Caption = '1. How to register the program'
  80.       Font.Charset = EASTEUROPE_CHARSET
  81.       Font.Color = clNavy
  82.       Font.Height = -16
  83.       Font.Name = 'Times New Roman'
  84.       Font.Style = [fsItalic]
  85.       ParentFont = False
  86.     end
  87.     object Label8: TLabel
  88.       Left = 24
  89.       Top = 99
  90.       Width = 287
  91.       Height = 13
  92.       Caption = 'Use the following URL or click Go to open Registration Form.'
  93.     end
  94.     object Label14: TLabel
  95.       Left = 8
  96.       Top = 138
  97.       Width = 346
  98.       Height = 19
  99.       Caption = '2. How to enter your registration code in the program'
  100.       Font.Charset = RUSSIAN_CHARSET
  101.       Font.Color = clNavy
  102.       Font.Height = -16
  103.       Font.Name = 'Times New Roman'
  104.       Font.Style = [fsItalic]
  105.       ParentFont = False
  106.     end
  107.     object Label17: TLabel
  108.       Left = 24
  109.       Top = 161
  110.       Width = 320
  111.       Height = 13
  112.       Caption = 
  113.         'Enter Registration Code to the following edit box, then click Re' +
  114.         'gister'
  115.     end
  116.     object Label4: TLabel
  117.       Left = 24
  118.       Top = 66
  119.       Width = 343
  120.       Height = 13
  121.       Caption = 
  122.         'The first step is to obtain a registration code by paying a fee ' +
  123.         'to the author'
  124.     end
  125.     object Label1: TLabel
  126.       Left = 24
  127.       Top = 79
  128.       Width = 401
  129.       Height = 13
  130.       Caption = 
  131.         'in the amount of %PRICE% or with some discounts depending on qua' +
  132.         'ntity of licenses.'
  133.     end
  134.     object Edit1: TEdit
  135.       Left = 24
  136.       Top = 113
  137.       Width = 345
  138.       Height = 21
  139.       ReadOnly = True
  140.       TabOrder = 0
  141.       Text = 'https://www.regnow.com/softsell/nph-softsell.cgi?item=2461-1'
  142.     end
  143.     object Edit3: TEdit
  144.       Left = 24
  145.       Top = 175
  146.       Width = 313
  147.       Height = 21
  148.       TabOrder = 2
  149.     end
  150.     object BitBtn4: TBitBtn
  151.       Left = 336
  152.       Top = 175
  153.       Width = 63
  154.       Height = 21
  155.       Cursor = crHandPoint
  156.       Hint = 'Click here after entering your registration code'
  157.       Caption = 'Register'
  158.       ParentShowHint = False
  159.       ShowHint = True
  160.       TabOrder = 3
  161.       OnClick = BitBtn4Click
  162.     end
  163.     object BitBtn2: TBitBtn
  164.       Left = 368
  165.       Top = 113
  166.       Width = 31
  167.       Height = 21
  168.       Cursor = crHandPoint
  169.       Hint = 'Click here to open Registration Form'
  170.       Caption = 'Go'
  171.       ParentShowHint = False
  172.       ShowHint = True
  173.       TabOrder = 1
  174.       OnClick = BitBtn2Click
  175.     end
  176.   end
  177. end
  178.